projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
714bced
)
(syms_of_buffer): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 3 Feb 1996 18:08:58 +0000
(18:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 3 Feb 1996 18:08:58 +0000
(18:08 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index ef50e824cb84cb8c04b2fd83ec16f9cced755399..ee55ed6bee3be9e828d3aa7e305cedb7222991b4 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-3863,6
+3863,9
@@
An entry (nil PROPERTY VALUE BEG . END) indicates that a text property\n\
was modified between BEG and END. PROPERTY is the property name,\n\
and VALUE is the old value.\n\
\n\
+An entry (MARKER . DISTANCE) indicates that the marker MARKER\n\
+was adjusted in position by the offset DISTANCE (an integer).\n\
+\n\
An entry of the form POSITION indicates that point was at the buffer\n\
location given by the integer. Undoing an entry of this form places\n\
point at POSITION.\n\